home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Immortal Desire
/
Immortal Desire.iso
/
mac
/
INSTALL.BAT
< prev
Wrap
DOS Batch File
|
1994-05-20
|
539b
|
18 lines
@echo off
if not exist \pc\install.exe goto error
echo Welcome to Immortal Desires! from Vivid Interactive Entertainment. This install
echo program must be run from within Windows 3.1. Now starting Windows...
cd \pc
win install.exe
goto end
:error
echo The Immortal Desires! installation program must be run from the CD-ROM drive.
echo To accomplish this simply type the letter of your CD-ROM drive followed
echo by a colon and then type:
echo INSTALL.BAT
echo followed by tapping the Enter key.
goto end
:end